You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > Normalize Method > TMtxVec.Normalize Method ([In] TMtxVec, [In] double, [In] double, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.Normalize Method ([In] TMtxVec, [In] double, [In] double, int, int, int)

Normalize Vec object values [VecIndex]..[VecIndex+Len-1] by subtracting a real constant SubOffset from Vec elements and dividing the result by complex constant DivFactor.

Syntax
C#
Visual Basic
public TMtxVec Normalize([In] TMtxVec Vec, [In] double SubOffset, [In] double DivFactor, int VecIndex, int Index, int Len);

Store the results in calling vector values [Index]..[Index+Len-1]. An exception is raised if Vec or calling object is complex or array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!